Ooopsy. Forgot to terminate the options list.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 6 Jan 2006 19:54:00 +0000 (19:54 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 6 Jan 2006 19:54:00 +0000 (19:54 +0000)
gpsbabel/yahoo.c

index dfc16aca2467b40b65bfce504b9a0fe3ac76ca29..60a365a6a8f5a4dc8d61f0d7ef02379839567980 100644 (file)
@@ -33,7 +33,7 @@ arglist_t yahoo_args[] = {
        {"addrsep", &as, 
        "String to separate concatenated address fields (default=\", \")", 
        ", ", ARGTYPE_STRING },
-
+       {0, 0, 0, 0, 0}
 };
 
 static xg_callback     wpt_s, wpt_lat, wpt_lon, wpt_e;